home *** CD-ROM | disk | FTP | other *** search
/ Animation / Animation Vol.1 (Profi ROM)(1994).iso / samples.zip / POVDIAM.BAT < prev    next >
DOS Batch File  |  1993-10-02  |  402b  |  9 lines

  1. @echo off
  2. rem ** Converts and renders DIAM.3DS with POV-Ray. This sample only works **
  3. rem ** with POV-Ray 2.0. You could probably convert it to work with 1.0   **
  4. rem ** but it wouldn't look very good since POV-Ray 1.0 doesn't support   **
  5. rem ** TIR (total internal reflection).                                   **
  6.  
  7. 3ds2pov diam -s0 -ldiammtl.inc
  8. povray -idiam.pov -odiam.tga -w320 -h200 -a
  9.